Type alias: inferParser<TParser>
inferParser: <
TParser>TParserextendsParserWithInputOutput< infer $TIn, infer $TOut > ? {in:$TIn;out:$TOut;} :TParserextendsParserWithoutInput< infer $InOut > ? {in:$InOut;out:$InOut;} :never
Type parameters
| Parameter | 
|---|
| TParserextendsParser | 
Source
packages/server/src/core/parser.ts:46
Generated using TypeDoc and typedoc-plugin-markdown